// Copyright 2018 The Go Authors. All rights reserved.// Use of this source code is governed by a BSD-style// license that can be found in the LICENSE file.//go:build darwin && go1.12// +build darwin,go1.12package uniximport_// Implemented in the runtime package (runtime/sys_darwin.go)func (, , , uintptr) (, uintptr, Errno)func (, , , , , , uintptr) (, uintptr, Errno)func (, , , , , , uintptr) (, uintptr, Errno)func (, , , , , , , , , uintptr) (, uintptr, Errno) // 32-bit onlyfunc (, , , uintptr) (, uintptr, Errno)func (, , , , , , uintptr) (, uintptr, Errno)func (, , , uintptr) (, uintptr, Errno)//go:linkname syscall_syscall syscall.syscall//go:linkname syscall_syscall6 syscall.syscall6//go:linkname syscall_syscall6X syscall.syscall6X//go:linkname syscall_syscall9 syscall.syscall9//go:linkname syscall_rawSyscall syscall.rawSyscall//go:linkname syscall_rawSyscall6 syscall.rawSyscall6//go:linkname syscall_syscallPtr syscall.syscallPtr
The pages are generated with Goldsv0.3.6. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds.